var testing.testlog
8 uses
testing (current package)
testing.go#L402: testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
testing.go#L432: testlog *string
testing.go#L1895: if *testlog != "" {
testing.go#L1901: f, err = os.Create(*testlog)
testing.go#L1903: f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
testing.go#L1935: if *testlog != "" {
testing.go#L1937: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
testing.go#L1941: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)